home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-07-16 | 419 b | 20 lines |
- #
- # Filters to and from wavefront.
- #
-
- include ../../makeflag.unx
-
- CIRCLINK = ../../circlink/circlink.o
-
- CC = cc -I../../filters
-
- all: irit2wf wf2irit
-
- irit2wf: irit2wf.o
- $(CC) $(CFLAGS) -o irit2wf irit2wf.o ../../filters/ffcnvrt.o $(LIBS) $(MORELIBS) -lm
-
- wf2irit: wf2irit.o
- $(CC) $(CFLAGS) -o wf2irit wf2irit.o ../../filters/ffcnvrt.o $(LIBS) $(MORELIBS) -lm
-
- # DO NOT DELETE THIS LINE -- make depend depends on it.
-